home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Menu / uidef / EditButtonControl.def < prev    next >
Encoding:
Text File  |  2006-01-17  |  3.2 KB  |  126 lines

  1. !Include("UI.def")
  2.  
  3. MenuButton("UIOptionsControlEditSelKey","EditButtonControl","","","Pattern")
  4. {
  5.     Checked(0)
  6.     Disabled(0)
  7.     CanCallPress(0)
  8.     CanCheck(0)
  9.     MouseLeaveDestroyFocus(1)
  10.     TextureCheckedAlpha(1.0)
  11.     TextCheckedAlpha(1.0)
  12.     TextureDisabledAlpha(1.0)
  13.     TextDisabledAlpha(1.0)
  14.     TextureFocusCheckAlpha(1.0)
  15.     TextFocusCheckAlpha(1.0)
  16.     CallPressPeriod(0.1)
  17.     DoubleClick(0.3)
  18.     Command(1)
  19.     Notify(1)
  20.     CanFocus(1)
  21. //    TextureHighlightID("BoxNoBack")
  22.     TextureHighlightID("BoxNoBackWhite")
  23.     TextureFocusAlpha(1.0)
  24.     TextFocusAlpha(1.0)
  25.     SelKeyUp(200)
  26.     SelKeyDown(208)
  27.     Text("")
  28.     TextAlpha(1.0)
  29. //    TextColor(1.0,1.0,1.0)
  30.     TextColor(1.0,0.61,0.02)
  31.     Font("MenuSmall")
  32.     FontScale(0.5)
  33.     TextPosFlags(34)
  34.     PatternFile("../uidef/EditButtonControl.def")
  35.     Mouse(1)
  36.     Keyboard(1)
  37.     Joy(1)
  38.     Visible(1)
  39.     ParentPositioning(1)
  40.     PreviousElemPositioning(1)
  41.     ParentAlignX(-1)
  42.     ParentAlignY(-1)
  43.     ParentSizingX(1)
  44.     ParentSizingY(1)
  45.     FrameCornerSize(2,2)
  46.     TextureAlpha(0.3)
  47.     LogicSize(1.0,1.0)
  48.     LogicPos(0.0,1.1000004)
  49.     FocusSound("data/sounds/highlight")
  50.  
  51.     Static("UIStatic","ID_LABEL","Specific")
  52.     {
  53.         ForceTextLowerCase()
  54.         Text("label")
  55.         TextAlpha(0.6)
  56.         TextColor(1.0,1.0,1.0)
  57. //        TextColor(1.0,0.61,0.02)
  58.         Font("MenuSmall")
  59.         FontScale(0.5)
  60.         TextPosFlags(18)
  61.         PatternFileElem()
  62.         Mouse(0)
  63.         Keyboard(0)
  64.         Joy(0)
  65.         Visible(1)
  66.         ParentPositioning(1)
  67.         PreviousElemPositioning(0)
  68.         ParentAlignX(-1)
  69.         ParentAlignY(4)
  70.         ParentSizingX(1)
  71.         ParentSizingY(1)
  72.         TextureAlpha(0.8)
  73.         LogicSize(0.4,1.0)
  74.         LogicPos(0.029999493,0.0)
  75.     }// [UIStatic] ID_LABEL
  76.  
  77.     Button("UIEditSelKey","ID_EDIT","V","Specific")
  78.     {
  79.         Checked(0)
  80.         Disabled(0)
  81.         CanCallPress(0)
  82.         CanCheck(0)
  83.         MouseLeaveDestroyFocus(0)
  84.         CheckSound("data/sounds/click")
  85.         TextureCheckedAlpha(1.0)
  86.         TextCheckedAlpha(1.0)
  87.         TextureDisabledAlpha(1.0)
  88.         TextDisabledAlpha(1.0)
  89.         TextureFocusCheckAlpha(1.0)
  90.         TextFocusCheckAlpha(1.0)
  91.         CallPressPeriod(0.1)
  92.         DoubleClick(0.3)
  93.         Command(1)
  94.         Notify(1)
  95.         CanFocus(1)
  96.         TextureFocusAlpha(0.5)
  97.         TextFocusAlpha(0.8)
  98.         SelKeyUp(0)
  99.         SelKeyDown(0)
  100.         FocusSound("data/sounds/highlight")
  101.         Text("V")
  102.         TextAlpha(0.8)
  103. //        TextColor(1.0,1.0,1.0)
  104.         TextColor(1.0,0.61,0.02)
  105.         Font("TextFontSmall")
  106.         FontScale(0.5)
  107.         TextPosFlags(34)
  108.         PatternFileElem()
  109.         Mouse(1)
  110.         Keyboard(1)
  111.         Joy(1)
  112.         Visible(1)
  113.         ParentPositioning(1)
  114.         PreviousElemPositioning(0)
  115.         ParentAlignX(-1)
  116.         ParentAlignY(4)
  117.         ParentSizingX(1)
  118.         ParentSizingY(1)
  119.         FrameCornerSize(2,2)
  120.         TextureID("BoxDarkBack")
  121.         TextureAlpha(0.5)
  122.         LogicSize(0.4034582,0.8)
  123.         LogicPos(0.5821326,0.100000024)
  124.     }// [UIEditSelKey] ID_EDIT
  125. }// [UIMenuButton] EditButton
  126.